home *** CD-ROM | disk | FTP | other *** search
/ Nikkei Mac 11 / NIKKEI-MAC-CD-VOL-11-1998-03.ISO.7z / NIKKEI-MAC-CD-VOL-11-1998-03.ISO / オンラインソフト / 3.デスクトップを楽しく / Sleeper 3.0.1.sit / Sleeper 3.0.1 / Sleeper Documentation.rsrc / TEXT_134.txt < prev    next >
Text File  |  1997-11-07  |  3KB  |  40 lines

  1.  
  2. Other Ways to Activate Sleeper
  3.  
  4.  
  5. The Sleep menu item in the Finder
  6.  
  7. On some Macintoshes, the Finder provides a Sleep command in the Special menu.  This command usually invokes the built-in energy saving features on Macs that support them.  When Sleeper is installed on desktop Mac models, this command will activate Sleeper's power management instead.  On these machines, the "Sleep" button in the dialog that appears when you press the power key on the keyboard will also activate Sleeper, rather than built-in power management.
  8.  
  9. On PowerBooks, Sleeper does not override built-in power management this way because portable computers have additional power saving features which Sleeper does not duplicate.
  10.  
  11.  
  12. The Sleep Now application
  13.  
  14. An application called Sleep Now is distributed with Sleeper.  This application performs the same function as the hotkey:  When you launch it, it puts your Mac to sleep using the settings selected on the Options tab of the Sleeper control panel.  
  15.  
  16. Sleep Now is useful in situations where you cannot use the hotkey, such as when you want to use AppleScript or a scheduling application to put your Mac to sleep at a particular time.  Sleep Now can also be put in the Apple Menu Items folder in your system folder to give you a "Sleep" selection in the menu.
  17.  
  18.  
  19. The Sleeper OSAX AppleScript Addition
  20.  
  21. An AppleScript addition called Sleeper OSAX is distributed with Sleeper.  This addition allows you to check whether the disks are asleep and to put them to sleep using AppleScript.
  22.  
  23. To use the addition, place it in the Scripting Additions folder inside the Extensions folder in your System folder.  You can then use the following commands in your AppleScript scripts:
  24.  
  25.      Sleeper is asleep -- returns true if disks are asleep
  26.      Sleeper go to sleep -- puts disks to sleep just like Sleeper's hotkey
  27.  
  28. This AppleScript addition requires that you have Sleeper installed on your Macintosh.  Note that with program linking on, you can also put other Sleeper-equipped Macs on your network to sleep with a script like this:
  29.  
  30.     tell application "Finder" of machine "St. Clair Server"
  31.         Sleeper go to sleep
  32.     end tell
  33.  
  34.  
  35. The Sleeper Now Control Strip Module
  36.  
  37. Sleeper Now is a module written by Geoffrey Keating for Control Strip.  It provides a button in the Control Strip which immediately invokes Sleeper, serving the same purpose as Sleeper's hotkey.  
  38.  
  39. Depending upon what model of Mac you own, you may or may not have Control Strip.  If you do have Control Strip, simply place Sleeper Now in the Control Strip Modules folder inside your System folder.  The next time you restart, you will have an additional button with three Z's on it.  Pressing this button activates Sleeper.
  40.